Html Css Color HEX #CCED1C Pear

📋 copy color: '#CCED1C'

red 204 ◦ green 237 ◦ blue 28

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

Shades of Pear #CCED1C

Tints of Pear #CCED1C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.53%

 BLUE value IS 28 (11.33% from 255) = 5.97%

R = 43.5%
G = 50.53%
B = 5.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#CCED1C (or 0xCCED1C) is known color: Pear. HEX triplet: CC, ED and 1C. RGB value is (204,237,28). Sum of RGB (Red+Green+Blue) = 204+237+28=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED1C is #3312E3. Grayscale: #CCCCCC. Windows color (decimal): -3347172 or 1895884. OLE color: 1895884.

HSL color Cylindrical-coordinate representation of color #CCED1C: hue angle of 69.47º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCED1C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 28 -
CMYK 0.14 0 0.88 0.07
HSL 69.47º 0.85% 0.52% -
HSV(B) 69.47º 0.88% 0.93% -
XYZ 55.4 73.49 12.36 -
YUV 203.31 29.07 128.49 -
System Red Green Blue C M Y K H S L
Decimal 204 237 28 0.14 0 0.88 0.07 69.47 0.85 0.52
Hex CC ED 1C E 0 58 7 45 55 34
Octal 314 355 34 16 0 130 7 105 125 64
Binary 11001100 11101101 11100 1110 0 1011000 111 1000101 1010101 110100

Color Harmonies of #CCED1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED1C

Black with #CCED1C

Text Example


Text Example

White with #CCED1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED1C; }

 p { color: rgb(204,237,28); }

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

background-color css

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

 a { background-color: rgb(204,237,28); }

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

border-color css

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

 span { border-color: rgb(204,237,28); }

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