Html Css Color HEX #CEFA20 Pear

📋 copy color: '#CEFA20'

red 206 ◦ green 250 ◦ blue 32

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

Shades of Pear #CEFA20

Tints of Pear #CEFA20

RGB

 RED value IS 206 (80.86% from 255) = 42.21%

 GREEN value IS 250 (98.05% from 255) = 51.23%

 BLUE value IS 32 (12.89% from 255) = 6.56%

R = 42.21%
G = 51.23%
B = 6.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#CEFA20 (or 0xCEFA20) is known color: Pear. HEX triplet: CE, FA and 20. RGB value is (206,250,32). Sum of RGB (Red+Green+Blue) = 206+250+32=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA20 is #3105DF. Grayscale: #D4D4D4. Windows color (decimal): -3212768 or 2161358. OLE color: 2161358.

HSL color Cylindrical-coordinate representation of color #CEFA20: hue angle of 72.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEFA20 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 32 -
CMYK 0.18 0 0.87 0.02
HSL 72.11º 0.96% 0.55% -
HSV(B) 72.11º 0.87% 0.98% -
XYZ 59.9 81.6 13.96 -
YUV 211.99 26.42 123.73 -
System Red Green Blue C M Y K H S L
Decimal 206 250 32 0.18 0 0.87 0.02 72.11 0.96 0.55
Hex CE FA 20 12 0 57 2 48 60 37
Octal 316 372 40 22 0 127 2 110 140 67
Binary 11001110 11111010 100000 10010 0 1010111 10 1001000 1100000 110111

Color Harmonies of #CEFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA20

Black with #CEFA20

Text Example


Text Example

White with #CEFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA20; }

 p { color: rgb(206,250,32); }

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

background-color css

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

 a { background-color: rgb(206,250,32); }

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

border-color css

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

 span { border-color: rgb(206,250,32); }

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