Html Css Color HEX #CEEA3C Pear

📋 copy color: '#CEEA3C'

red 206 ◦ green 234 ◦ blue 60

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

Shades of Pear #CEEA3C

Tints of Pear #CEEA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.8%

 BLUE value IS 60 (23.83% from 255) = 12%

R = 41.2%
G = 46.8%
B = 12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#CEEA3C (or 0xCEEA3C) is known color: Pear. HEX triplet: CE, EA and 3C. RGB value is (206,234,60). Sum of RGB (Red+Green+Blue) = 206+234+60=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEA3C is #3115C3. Grayscale: #CECECE. Windows color (decimal): -3216836 or 3992270. OLE color: 3992270.

HSL color Cylindrical-coordinate representation of color #CEEA3C: hue angle of 69.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEEA3C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 60 -
CMYK 0.12 0 0.74 0.08
HSL 69.66º 0.81% 0.58% -
HSV(B) 69.66º 0.74% 0.92% -
XYZ 55.69 72.29 15.29 -
YUV 205.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 206 234 60 0.12 0 0.74 0.08 69.66 0.81 0.58
Hex CE EA 3C C 0 4A 8 46 51 3A
Octal 316 352 74 14 0 112 10 106 121 72
Binary 11001110 11101010 111100 1100 0 1001010 1000 1000110 1010001 111010

Color Harmonies of #CEEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA3C

Black with #CEEA3C

Text Example


Text Example

White with #CEEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA3C; }

 p { color: rgb(206,234,60); }

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

background-color css

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

 a { background-color: rgb(206,234,60); }

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

border-color css

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

 span { border-color: rgb(206,234,60); }

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