Html Css Color HEX #CFE529 Pear

📋 copy color: '#CFE529'

red 207 ◦ green 229 ◦ blue 41

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

Shades of Pear #CFE529

Tints of Pear #CFE529

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.01%

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

R = 43.4%
G = 48.01%
B = 8.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CFE529 (or 0xCFE529) is known color: Pear. HEX triplet: CF, E5 and 29. RGB value is (207,229,41). Sum of RGB (Red+Green+Blue) = 207+229+41=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE529 is #301AD6. Grayscale: #C9C9C9. Windows color (decimal): -3152599 or 2745807. OLE color: 2745807.

HSL color Cylindrical-coordinate representation of color #CFE529: hue angle of 67.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFE529 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 41 -
CMYK 0.10 0 0.82 0.10
HSL 67.02º 0.78% 0.53% -
HSV(B) 67.02º 0.82% 0.9% -
XYZ 54.15 69.46 12.65 -
YUV 200.99 37.71 132.29 -
System Red Green Blue C M Y K H S L
Decimal 207 229 41 0.10 0 0.82 0.10 67.02 0.78 0.53
Hex CF E5 29 A 0 52 A 43 4E 35
Octal 317 345 51 12 0 122 12 103 116 65
Binary 11001111 11100101 101001 1010 0 1010010 1010 1000011 1001110 110101

Color Harmonies of #CFE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE529

Black with #CFE529

Text Example


Text Example

White with #CFE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE529; }

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

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

background-color css

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

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

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

border-color css

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

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

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