Html Css Color HEX #CCE716 Pear

📋 copy color: '#CCE716'

red 204 ◦ green 231 ◦ blue 22

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

Shades of Pear #CCE716

Tints of Pear #CCE716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.55%

 BLUE value IS 22 (8.98% from 255) = 4.81%

R = 44.64%
G = 50.55%
B = 4.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#CCE716 (or 0xCCE716) is known color: Pear. HEX triplet: CC, E7 and 16. RGB value is (204,231,22). Sum of RGB (Red+Green+Blue) = 204+231+22=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE716 is #3318E9. Grayscale: #C7C7C7. Windows color (decimal): -3348714 or 1501132. OLE color: 1501132.

HSL color Cylindrical-coordinate representation of color #CCE716: hue angle of 67.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE716 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 22 -
CMYK 0.12 0 0.90 0.09
HSL 67.75º 0.83% 0.5% -
HSV(B) 67.75º 0.9% 0.91% -
XYZ 53.62 70.05 11.45 -
YUV 199.1 28.05 131.49 -
System Red Green Blue C M Y K H S L
Decimal 204 231 22 0.12 0 0.90 0.09 67.75 0.83 0.5
Hex CC E7 16 C 0 5A 9 44 53 32
Octal 314 347 26 14 0 132 11 104 123 62
Binary 11001100 11100111 10110 1100 0 1011010 1001 1000100 1010011 110010

Color Harmonies of #CCE716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE716

Black with #CCE716

Text Example


Text Example

White with #CCE716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE716; }

 p { color: rgb(204,231,22); }

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

background-color css

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

 a { background-color: rgb(204,231,22); }

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

border-color css

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

 span { border-color: rgb(204,231,22); }

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