Html Css Color HEX #CFE129 Pear

📋 copy color: '#CFE129'

red 207 ◦ green 225 ◦ blue 41

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

Shades of Pear #CFE129

Tints of Pear #CFE129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

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

R = 43.76%
G = 47.57%
B = 8.67%

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

#CFE129 (or 0xCFE129) is known color: Pear. HEX triplet: CF, E1 and 29. RGB value is (207,225,41). Sum of RGB (Red+Green+Blue) = 207+225+41=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE129 is #301ED6. Grayscale: #C7C7C7. Windows color (decimal): -3153623 or 2744783. OLE color: 2744783.

HSL color Cylindrical-coordinate representation of color #CFE129: hue angle of 65.87º 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 #CFE129 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 41 -
CMYK 0.08 0 0.82 0.12
HSL 65.87º 0.75% 0.52% -
HSV(B) 65.87º 0.82% 0.88% -
XYZ 53.06 67.28 12.29 -
YUV 198.64 39.04 133.96 -
System Red Green Blue C M Y K H S L
Decimal 207 225 41 0.08 0 0.82 0.12 65.87 0.75 0.52
Hex CF E1 29 8 0 52 C 42 4B 34
Octal 317 341 51 10 0 122 14 102 113 64
Binary 11001111 11100001 101001 1000 0 1010010 1100 1000010 1001011 110100

Color Harmonies of #CFE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE129

Black with #CFE129

Text Example


Text Example

White with #CFE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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