Html Css Color HEX #CCEF3C Pear

📋 copy color: '#CCEF3C'

red 204 ◦ green 239 ◦ blue 60

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

Shades of Pear #CCEF3C

Tints of Pear #CCEF3C

RGB

 RED value IS 204 (80.08% from 255) = 40.56%

 GREEN value IS 239 (93.75% from 255) = 47.51%

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

R = 40.56%
G = 47.51%
B = 11.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#CCEF3C (or 0xCCEF3C) is known color: Pear. HEX triplet: CC, EF and 3C. RGB value is (204,239,60). Sum of RGB (Red+Green+Blue) = 204+239+60=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF3C is #3310C3. Grayscale: #D0D0D0. Windows color (decimal): -3346628 or 3993548. OLE color: 3993548.

HSL color Cylindrical-coordinate representation of color #CCEF3C: hue angle of 71.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCEF3C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 60 -
CMYK 0.15 0 0.75 0.06
HSL 71.73º 0.85% 0.59% -
HSV(B) 71.73º 0.75% 0.94% -
XYZ 56.58 74.9 15.75 -
YUV 208.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 204 239 60 0.15 0 0.75 0.06 71.73 0.85 0.59
Hex CC EF 3C F 0 4B 6 48 55 3B
Octal 314 357 74 17 0 113 6 110 125 73
Binary 11001100 11101111 111100 1111 0 1001011 110 1001000 1010101 111011

Color Harmonies of #CCEF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF3C

Black with #CCEF3C

Text Example


Text Example

White with #CCEF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF3C; }

 p { color: rgb(204,239,60); }

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

background-color css

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

 a { background-color: rgb(204,239,60); }

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

border-color css

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

 span { border-color: rgb(204,239,60); }

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