Html Css Color HEX #CCED34 Pear

📋 copy color: '#CCED34'

red 204 ◦ green 237 ◦ blue 52

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

Shades of Pear #CCED34

Tints of Pear #CCED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.55%

R = 41.38%
G = 48.07%
B = 10.55%

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

#CCED34 (or 0xCCED34) is known color: Pear. HEX triplet: CC, ED and 34. RGB value is (204,237,52). Sum of RGB (Red+Green+Blue) = 204+237+52=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED34 is #3312CB. Grayscale: #CECECE. Windows color (decimal): -3347148 or 3468748. OLE color: 3468748.

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

Color convert

RGB 204 237 52 -
CMYK 0.14 0 0.78 0.07
HSL 70.7º 0.84% 0.57% -
HSV(B) 70.7º 0.78% 0.93% -
XYZ 55.81 73.65 14.52 -
YUV 206.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 204 237 52 0.14 0 0.78 0.07 70.7 0.84 0.57
Hex CC ED 34 E 0 4E 7 47 54 39
Octal 314 355 64 16 0 116 7 107 124 71
Binary 11001100 11101101 110100 1110 0 1001110 111 1000111 1010100 111001

Color Harmonies of #CCED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED34

Black with #CCED34

Text Example


Text Example

White with #CCED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED34; }

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

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

background-color css

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

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

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

border-color css

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

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

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