Html Css Color HEX #CFE013 Pear

📋 copy color: '#CFE013'

red 207 ◦ green 224 ◦ blue 19

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

Shades of Pear #CFE013

Tints of Pear #CFE013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.22%

R = 46%
G = 49.78%
B = 4.22%

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

#CFE013 (or 0xCFE013) is known color: Pear. HEX triplet: CF, E0 and 13. RGB value is (207,224,19). Sum of RGB (Red+Green+Blue) = 207+224+19=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE013 is #301FEC. Grayscale: #C4C4C4. Windows color (decimal): -3153901 or 1302735. OLE color: 1302735.

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

Color convert

RGB 207 224 19 -
CMYK 0.08 0 0.92 0.12
HSL 64.98º 0.84% 0.48% -
HSV(B) 64.98º 0.92% 0.88% -
XYZ 52.51 66.62 10.71 -
YUV 195.55 28.37 136.17 -
System Red Green Blue C M Y K H S L
Decimal 207 224 19 0.08 0 0.92 0.12 64.98 0.84 0.48
Hex CF E0 13 8 0 5C C 41 54 30
Octal 317 340 23 10 0 134 14 101 124 60
Binary 11001111 11100000 10011 1000 0 1011100 1100 1000001 1010100 110000

Color Harmonies of #CFE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE013

Black with #CFE013

Text Example


Text Example

White with #CFE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE013; }

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

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

background-color css

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

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

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

border-color css

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

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

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