Html Css Color HEX #CFE513 Pear

📋 copy color: '#CFE513'

red 207 ◦ green 229 ◦ blue 19

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

Shades of Pear #CFE513

Tints of Pear #CFE513

RGB

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

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

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

R = 45.49%
G = 50.33%
B = 4.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CFE513 (or 0xCFE513) is known color: Pear. HEX triplet: CF, E5 and 13. RGB value is (207,229,19). Sum of RGB (Red+Green+Blue) = 207+229+19=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE513 is #301AEC. Grayscale: #C7C7C7. Windows color (decimal): -3152621 or 1304015. OLE color: 1304015.

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

Color convert

RGB 207 229 19 -
CMYK 0.10 0 0.92 0.10
HSL 66.29º 0.85% 0.49% -
HSV(B) 66.29º 0.92% 0.9% -
XYZ 53.87 69.35 11.16 -
YUV 198.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 207 229 19 0.10 0 0.92 0.10 66.29 0.85 0.49
Hex CF E5 13 A 0 5C A 42 55 31
Octal 317 345 23 12 0 134 12 102 125 61
Binary 11001111 11100101 10011 1010 0 1011100 1010 1000010 1010101 110001

Color Harmonies of #CFE513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE513

Black with #CFE513

Text Example


Text Example

White with #CFE513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE513; }

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

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

background-color css

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

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

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

border-color css

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

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

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