Html Css Color HEX #CFE029 Pear

📋 copy color: '#CFE029'

red 207 ◦ green 224 ◦ blue 41

#CFE029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CFE029

Tints of Pear #CFE029

RGB

 RED value IS 207 (81.25% from 255) = 43.86%

 GREEN value IS 224 (87.89% from 255) = 47.46%

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 43.86%
G = 47.46%
B = 8.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE029 (or 0xCFE029) is known color: Pear. HEX triplet: CF, E0 and 29. RGB value is (207,224,41). Sum of RGB (Red+Green+Blue) = 207+224+41=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE029 is #301FD6. Grayscale: #C6C6C6. Windows color (decimal): -3153879 or 2744527. OLE color: 2744527.

HSL color Cylindrical-coordinate representation of color #CFE029: hue angle of 65.57º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFE029 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 41 -
CMYK 0.08 0 0.82 0.12
HSL 65.57º 0.75% 0.52% -
HSV(B) 65.57º 0.82% 0.88% -
XYZ 52.79 66.74 12.2 -
YUV 198.06 39.37 134.38 -
System Red Green Blue C M Y K H S L
Decimal 207 224 41 0.08 0 0.82 0.12 65.57 0.75 0.52
Hex CF E0 29 8 0 52 C 42 4B 34
Octal 317 340 51 10 0 122 14 102 113 64
Binary 11001111 11100000 101001 1000 0 1010010 1100 1000010 1001011 110100

Color Harmonies of #CFE029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE029

Black with #CFE029

Text Example


Text Example

White with #CFE029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE029; }

 p { color: rgb(207,224,41); }

 H1.HeaderClassName
 {
   color: #CFE029;
 }
 .AnyTagClassName
 {
   color: #CFE029;
 }
</style>

background-color css

<style>
 a { background-color: #CFE029; }

 a { background-color: rgb(207,224,41); }

 div.DivClassName
 {
   background-color: #CFE029;
 }
 .BgClassName
 {
   background-color: #CFE029;
 }
</style>

border-color css

<style>
 span { border-color: #CFE029; }

 span { border-color: rgb(207,224,41); }

 td.TdClassName
 {
   border-color: #CFE029;
 }
 .TagClassName
 {
   border-color: #CFE029;
 }
</style>