Html Css Color HEX #CFDE15 Pear

📋 copy color: '#CFDE15'

red 207 ◦ green 222 ◦ blue 21

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

Shades of Pear #CFDE15

Tints of Pear #CFDE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.33%

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

R = 46%
G = 49.33%
B = 4.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#CFDE15 (or 0xCFDE15) is known color: Pear. HEX triplet: CF, DE and 15. RGB value is (207,222,21). Sum of RGB (Red+Green+Blue) = 207+222+21=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE15 is #3021EA. Grayscale: #C3C3C3. Windows color (decimal): -3154411 or 1433295. OLE color: 1433295.

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

Color convert

RGB 207 222 21 -
CMYK 0.07 0 0.91 0.13
HSL 64.48º 0.83% 0.48% -
HSV(B) 64.48º 0.91% 0.87% -
XYZ 51.99 65.56 10.62 -
YUV 194.6 30.03 136.84 -
System Red Green Blue C M Y K H S L
Decimal 207 222 21 0.07 0 0.91 0.13 64.48 0.83 0.48
Hex CF DE 15 7 0 5B D 40 53 30
Octal 317 336 25 7 0 133 15 100 123 60
Binary 11001111 11011110 10101 111 0 1011011 1101 1000000 1010011 110000

Color Harmonies of #CFDE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE15

Black with #CFDE15

Text Example


Text Example

White with #CFDE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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