Html Css Color HEX #CEFD3C Pear

📋 copy color: '#CEFD3C'

red 206 ◦ green 253 ◦ blue 60

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

Shades of Pear #CEFD3C

Tints of Pear #CEFD3C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

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

R = 39.69%
G = 48.75%
B = 11.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#CEFD3C (or 0xCEFD3C) is known color: Pear. HEX triplet: CE, FD and 3C. RGB value is (206,253,60). Sum of RGB (Red+Green+Blue) = 206+253+60=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD3C is #3102C3. Grayscale: #D9D9D9. Windows color (decimal): -3211972 or 3997134. OLE color: 3997134.

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

Color convert

RGB 206 253 60 -
CMYK 0.19 0 0.76 0.01
HSL 74.61º 0.98% 0.61% -
HSV(B) 74.61º 0.76% 0.99% -
XYZ 61.39 83.7 17.19 -
YUV 216.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 206 253 60 0.19 0 0.76 0.01 74.61 0.98 0.61
Hex CE FD 3C 13 0 4C 1 4B 62 3D
Octal 316 375 74 23 0 114 1 113 142 75
Binary 11001110 11111101 111100 10011 0 1001100 1 1001011 1100010 111101

Color Harmonies of #CEFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD3C

Black with #CEFD3C

Text Example


Text Example

White with #CEFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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