Html Css Color HEX #CFE211 Pear

📋 copy color: '#CFE211'

red 207 ◦ green 226 ◦ blue 17

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

Shades of Pear #CFE211

Tints of Pear #CFE211

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.22%

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 46%
G = 50.22%
B = 3.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#CFE211 (or 0xCFE211) is known color: Pear. HEX triplet: CF, E2 and 11. RGB value is (207,226,17). Sum of RGB (Red+Green+Blue) = 207+226+17=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE211 is #301DEE. Grayscale: #C5C5C5. Windows color (decimal): -3153391 or 1172175. OLE color: 1172175.

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

Color convert

RGB 207 226 17 -
CMYK 0.08 0 0.92 0.11
HSL 65.45º 0.86% 0.48% -
HSV(B) 65.45º 0.92% 0.89% -
XYZ 53.03 67.7 10.8 -
YUV 196.49 26.71 135.49 -
System Red Green Blue C M Y K H S L
Decimal 207 226 17 0.08 0 0.92 0.11 65.45 0.86 0.48
Hex CF E2 11 8 0 5C B 41 56 30
Octal 317 342 21 10 0 134 13 101 126 60
Binary 11001111 11100010 10001 1000 0 1011100 1011 1000001 1010110 110000

Color Harmonies of #CFE211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE211

Black with #CFE211

Text Example


Text Example

White with #CFE211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE211; }

 p { color: rgb(207,226,17); }

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

background-color css

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

 a { background-color: rgb(207,226,17); }

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

border-color css

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

 span { border-color: rgb(207,226,17); }

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