Html Css Color HEX #CFE012 Pear

📋 copy color: '#CFE012'

red 207 ◦ green 224 ◦ blue 18

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

Shades of Pear #CFE012

Tints of Pear #CFE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 46.1%
G = 49.89%
B = 4.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CFE012 (or 0xCFE012) is known color: Pear. HEX triplet: CF, E0 and 12. RGB value is (207,224,18). Sum of RGB (Red+Green+Blue) = 207+224+18=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE012 is #301FED. Grayscale: #C4C4C4. Windows color (decimal): -3153902 or 1237199. OLE color: 1237199.

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

Color convert

RGB 207 224 18 -
CMYK 0.08 0 0.92 0.12
HSL 64.95º 0.85% 0.47% -
HSV(B) 64.95º 0.92% 0.88% -
XYZ 52.5 66.62 10.66 -
YUV 195.43 27.87 136.25 -
System Red Green Blue C M Y K H S L
Decimal 207 224 18 0.08 0 0.92 0.12 64.95 0.85 0.47
Hex CF E0 12 8 0 5C C 41 55 2F
Octal 317 340 22 10 0 134 14 101 125 57
Binary 11001111 11100000 10010 1000 0 1011100 1100 1000001 1010101 101111

Color Harmonies of #CFE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE012

Black with #CFE012

Text Example


Text Example

White with #CFE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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