Html Css Color HEX #CFE520 Pear

📋 copy color: '#CFE520'

red 207 ◦ green 229 ◦ blue 32

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

Shades of Pear #CFE520

Tints of Pear #CFE520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.84%

R = 44.23%
G = 48.93%
B = 6.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#CFE520 (or 0xCFE520) is known color: Pear. HEX triplet: CF, E5 and 20. RGB value is (207,229,32). Sum of RGB (Red+Green+Blue) = 207+229+32=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE520 is #301ADF. Grayscale: #C8C8C8. Windows color (decimal): -3152608 or 2155983. OLE color: 2155983.

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

Color convert

RGB 207 229 32 -
CMYK 0.10 0 0.86 0.10
HSL 66.7º 0.79% 0.51% -
HSV(B) 66.7º 0.86% 0.9% -
XYZ 54.01 69.41 11.92 -
YUV 199.96 33.21 133.02 -
System Red Green Blue C M Y K H S L
Decimal 207 229 32 0.10 0 0.86 0.10 66.7 0.79 0.51
Hex CF E5 20 A 0 56 A 43 4F 33
Octal 317 345 40 12 0 126 12 103 117 63
Binary 11001111 11100101 100000 1010 0 1010110 1010 1000011 1001111 110011

Color Harmonies of #CFE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE520

Black with #CFE520

Text Example


Text Example

White with #CFE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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