Html Css Color HEX #CFE515 Pear

📋 copy color: '#CFE515'

red 207 ◦ green 229 ◦ blue 21

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

Shades of Pear #CFE515

Tints of Pear #CFE515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.6%

R = 45.3%
G = 50.11%
B = 4.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#CFE515 (or 0xCFE515) is known color: Pear. HEX triplet: CF, E5 and 15. RGB value is (207,229,21). Sum of RGB (Red+Green+Blue) = 207+229+21=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE515 is #301AEA. Grayscale: #C7C7C7. Windows color (decimal): -3152619 or 1435087. OLE color: 1435087.

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

Color convert

RGB 207 229 21 -
CMYK 0.10 0 0.91 0.10
HSL 66.35º 0.83% 0.49% -
HSV(B) 66.35º 0.91% 0.9% -
XYZ 53.89 69.36 11.26 -
YUV 198.71 27.71 133.91 -
System Red Green Blue C M Y K H S L
Decimal 207 229 21 0.10 0 0.91 0.10 66.35 0.83 0.49
Hex CF E5 15 A 0 5B A 42 53 31
Octal 317 345 25 12 0 133 12 102 123 61
Binary 11001111 11100101 10101 1010 0 1011011 1010 1000010 1010011 110001

Color Harmonies of #CFE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE515

Black with #CFE515

Text Example


Text Example

White with #CFE515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE515; }

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

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

background-color css

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

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

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

border-color css

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

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

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