Html Css Color HEX #CFE521 Pear

📋 copy color: '#CFE521'

red 207 ◦ green 229 ◦ blue 33

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

Shades of Pear #CFE521

Tints of Pear #CFE521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.04%

R = 44.14%
G = 48.83%
B = 7.04%

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

#CFE521 (or 0xCFE521) is known color: Pear. HEX triplet: CF, E5 and 21. RGB value is (207,229,33). Sum of RGB (Red+Green+Blue) = 207+229+33=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE521 is #301ADE. Grayscale: #C8C8C8. Windows color (decimal): -3152607 or 2221519. OLE color: 2221519.

HSL color Cylindrical-coordinate representation of color #CFE521: hue angle of 66.73º 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 #CFE521 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 33 -
CMYK 0.10 0 0.86 0.10
HSL 66.73º 0.79% 0.51% -
HSV(B) 66.73º 0.86% 0.9% -
XYZ 54.03 69.41 11.99 -
YUV 200.08 33.71 132.94 -
System Red Green Blue C M Y K H S L
Decimal 207 229 33 0.10 0 0.86 0.10 66.73 0.79 0.51
Hex CF E5 21 A 0 56 A 43 4F 33
Octal 317 345 41 12 0 126 12 103 117 63
Binary 11001111 11100101 100001 1010 0 1010110 1010 1000011 1001111 110011

Color Harmonies of #CFE521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE521

Black with #CFE521

Text Example


Text Example

White with #CFE521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE521; }

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

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

background-color css

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

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

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

border-color css

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

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

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