Html Css Color HEX #CFE528 Pear

📋 copy color: '#CFE528'

red 207 ◦ green 229 ◦ blue 40

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

Shades of Pear #CFE528

Tints of Pear #CFE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.4%

R = 43.49%
G = 48.11%
B = 8.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CFE528 (or 0xCFE528) is known color: Pear. HEX triplet: CF, E5 and 28. RGB value is (207,229,40). Sum of RGB (Red+Green+Blue) = 207+229+40=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE528 is #301AD7. Grayscale: #C9C9C9. Windows color (decimal): -3152600 or 2680271. OLE color: 2680271.

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

Color convert

RGB 207 229 40 -
CMYK 0.10 0 0.83 0.10
HSL 66.98º 0.78% 0.53% -
HSV(B) 66.98º 0.83% 0.9% -
XYZ 54.13 69.46 12.56 -
YUV 200.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 207 229 40 0.10 0 0.83 0.10 66.98 0.78 0.53
Hex CF E5 28 A 0 53 A 43 4E 35
Octal 317 345 50 12 0 123 12 103 116 65
Binary 11001111 11100101 101000 1010 0 1010011 1010 1000011 1001110 110101

Color Harmonies of #CFE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE528

Black with #CFE528

Text Example


Text Example

White with #CFE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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