Html Css Color HEX #CCED33 Pear

📋 copy color: '#CCED33'

red 204 ◦ green 237 ◦ blue 51

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

Shades of Pear #CCED33

Tints of Pear #CCED33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.37%

R = 41.46%
G = 48.17%
B = 10.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#CCED33 (or 0xCCED33) is known color: Pear. HEX triplet: CC, ED and 33. RGB value is (204,237,51). Sum of RGB (Red+Green+Blue) = 204+237+51=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED33 is #3312CC. Grayscale: #CECECE. Windows color (decimal): -3347149 or 3403212. OLE color: 3403212.

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

Color convert

RGB 204 237 51 -
CMYK 0.14 0 0.78 0.07
HSL 70.65º 0.84% 0.56% -
HSV(B) 70.65º 0.78% 0.93% -
XYZ 55.78 73.64 14.41 -
YUV 205.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 204 237 51 0.14 0 0.78 0.07 70.65 0.84 0.56
Hex CC ED 33 E 0 4E 7 47 54 38
Octal 314 355 63 16 0 116 7 107 124 70
Binary 11001100 11101101 110011 1110 0 1001110 111 1000111 1010100 111000

Color Harmonies of #CCED33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED33

Black with #CCED33

Text Example


Text Example

White with #CCED33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED33; }

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

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

background-color css

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

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

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

border-color css

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

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

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