Html Css Color HEX #CCE93A Pear

📋 copy color: '#CCE93A'

red 204 ◦ green 233 ◦ blue 58

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

Shades of Pear #CCE93A

Tints of Pear #CCE93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.07%

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 41.21%
G = 47.07%
B = 11.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#CCE93A (or 0xCCE93A) is known color: Pear. HEX triplet: CC, E9 and 3A. RGB value is (204,233,58). Sum of RGB (Red+Green+Blue) = 204+233+58=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE93A is #3316C5. Grayscale: #CDCDCD. Windows color (decimal): -3348166 or 3860940. OLE color: 3860940.

HSL color Cylindrical-coordinate representation of color #CCE93A: hue angle of 69.94º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCE93A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 58 -
CMYK 0.12 0 0.75 0.09
HSL 69.94º 0.8% 0.57% -
HSV(B) 69.94º 0.75% 0.91% -
XYZ 54.8 71.42 14.9 -
YUV 204.38 45.39 127.73 -
System Red Green Blue C M Y K H S L
Decimal 204 233 58 0.12 0 0.75 0.09 69.94 0.8 0.57
Hex CC E9 3A C 0 4B 9 46 50 39
Octal 314 351 72 14 0 113 11 106 120 71
Binary 11001100 11101001 111010 1100 0 1001011 1001 1000110 1010000 111001

Color Harmonies of #CCE93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE93A

Black with #CCE93A

Text Example


Text Example

White with #CCE93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE93A; }

 p { color: rgb(204,233,58); }

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

background-color css

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

 a { background-color: rgb(204,233,58); }

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

border-color css

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

 span { border-color: rgb(204,233,58); }

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