Html Css Color HEX #CEFA3C Pear

📋 copy color: '#CEFA3C'

red 206 ◦ green 250 ◦ blue 60

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

Shades of Pear #CEFA3C

Tints of Pear #CEFA3C

RGB

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

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

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

R = 39.92%
G = 48.45%
B = 11.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#CEFA3C (or 0xCEFA3C) is known color: Pear. HEX triplet: CE, FA and 3C. RGB value is (206,250,60). Sum of RGB (Red+Green+Blue) = 206+250+60=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA3C is #3105C3. Grayscale: #D7D7D7. Windows color (decimal): -3212740 or 3996366. OLE color: 3996366.

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

Color convert

RGB 206 250 60 -
CMYK 0.18 0 0.76 0.02
HSL 73.89º 0.95% 0.61% -
HSV(B) 73.89º 0.76% 0.98% -
XYZ 60.45 81.82 16.88 -
YUV 215.18 40.42 121.45 -
System Red Green Blue C M Y K H S L
Decimal 206 250 60 0.18 0 0.76 0.02 73.89 0.95 0.61
Hex CE FA 3C 12 0 4C 2 4A 5F 3D
Octal 316 372 74 22 0 114 2 112 137 75
Binary 11001110 11111010 111100 10010 0 1001100 10 1001010 1011111 111101

Color Harmonies of #CEFA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA3C

Black with #CEFA3C

Text Example


Text Example

White with #CEFA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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