Html Css Color HEX #CFE020 Pear

📋 copy color: '#CFE020'

red 207 ◦ green 224 ◦ blue 32

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

Shades of Pear #CFE020

Tints of Pear #CFE020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.38%

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

R = 44.71%
G = 48.38%
B = 6.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#CFE020 (or 0xCFE020) is known color: Pear. HEX triplet: CF, E0 and 20. RGB value is (207,224,32). Sum of RGB (Red+Green+Blue) = 207+224+32=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE020 is #301FDF. Grayscale: #C5C5C5. Windows color (decimal): -3153888 or 2154703. OLE color: 2154703.

HSL color Cylindrical-coordinate representation of color #CFE020: hue angle of 65.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE020 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 32 -
CMYK 0.08 0 0.86 0.12
HSL 65.31º 0.76% 0.5% -
HSV(B) 65.31º 0.86% 0.88% -
XYZ 52.65 66.68 11.46 -
YUV 197.03 34.87 135.11 -
System Red Green Blue C M Y K H S L
Decimal 207 224 32 0.08 0 0.86 0.12 65.31 0.76 0.5
Hex CF E0 20 8 0 56 C 41 4C 32
Octal 317 340 40 10 0 126 14 101 114 62
Binary 11001111 11100000 100000 1000 0 1010110 1100 1000001 1001100 110010

Color Harmonies of #CFE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE020

Black with #CFE020

Text Example


Text Example

White with #CFE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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