Html Css Color HEX #CFE015 Pear

📋 copy color: '#CFE015'

red 207 ◦ green 224 ◦ blue 21

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

Shades of Pear #CFE015

Tints of Pear #CFE015

RGB

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

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

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

R = 45.8%
G = 49.56%
B = 4.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CFE015 (or 0xCFE015) is known color: Pear. HEX triplet: CF, E0 and 15. RGB value is (207,224,21). Sum of RGB (Red+Green+Blue) = 207+224+21=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE015 is #301FEA. Grayscale: #C4C4C4. Windows color (decimal): -3153899 or 1433807. OLE color: 1433807.

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

Color convert

RGB 207 224 21 -
CMYK 0.08 0 0.91 0.12
HSL 65.02º 0.83% 0.48% -
HSV(B) 65.02º 0.91% 0.88% -
XYZ 52.52 66.63 10.8 -
YUV 195.78 29.37 136.01 -
System Red Green Blue C M Y K H S L
Decimal 207 224 21 0.08 0 0.91 0.12 65.02 0.83 0.48
Hex CF E0 15 8 0 5B C 41 53 30
Octal 317 340 25 10 0 133 14 101 123 60
Binary 11001111 11100000 10101 1000 0 1011011 1100 1000001 1010011 110000

Color Harmonies of #CFE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE015

Black with #CFE015

Text Example


Text Example

White with #CFE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE015; }

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

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

background-color css

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

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

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

border-color css

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

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

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