Html Css Color HEX #CCED27 Pear

📋 copy color: '#CCED27'

red 204 ◦ green 237 ◦ blue 39

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

Shades of Pear #CCED27

Tints of Pear #CCED27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.13%

R = 42.5%
G = 49.38%
B = 8.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#CCED27 (or 0xCCED27) is known color: Pear. HEX triplet: CC, ED and 27. RGB value is (204,237,39). Sum of RGB (Red+Green+Blue) = 204+237+39=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 39 (15.62% from 255 or 8.12% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED27 is #3312D8. Grayscale: #CDCDCD. Windows color (decimal): -3347161 or 2616780. OLE color: 2616780.

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

Color convert

RGB 204 237 39 -
CMYK 0.14 0 0.84 0.07
HSL 70º 0.85% 0.54% -
HSV(B) 70º 0.84% 0.93% -
XYZ 55.55 73.55 13.19 -
YUV 204.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 204 237 39 0.14 0 0.84 0.07 70 0.85 0.54
Hex CC ED 27 E 0 54 7 46 55 36
Octal 314 355 47 16 0 124 7 106 125 66
Binary 11001100 11101101 100111 1110 0 1010100 111 1000110 1010101 110110

Color Harmonies of #CCED27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED27

Black with #CCED27

Text Example


Text Example

White with #CCED27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED27; }

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

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

background-color css

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

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

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

border-color css

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

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

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