Html Css Color HEX #CCE714 Pear

📋 copy color: '#CCE714'

red 204 ◦ green 231 ◦ blue 20

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

Shades of Pear #CCE714

Tints of Pear #CCE714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.4%

R = 44.84%
G = 50.77%
B = 4.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#CCE714 (or 0xCCE714) is known color: Pear. HEX triplet: CC, E7 and 14. RGB value is (204,231,20). Sum of RGB (Red+Green+Blue) = 204+231+20=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 231 (90.62% from 255 or 50.77% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE714 is #3318EB. Grayscale: #C7C7C7. Windows color (decimal): -3348716 or 1370060. OLE color: 1370060.

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

Color convert

RGB 204 231 20 -
CMYK 0.12 0 0.91 0.09
HSL 67.68º 0.84% 0.49% -
HSV(B) 67.68º 0.91% 0.91% -
XYZ 53.6 70.04 11.36 -
YUV 198.87 27.05 131.66 -
System Red Green Blue C M Y K H S L
Decimal 204 231 20 0.12 0 0.91 0.09 67.68 0.84 0.49
Hex CC E7 14 C 0 5B 9 44 54 31
Octal 314 347 24 14 0 133 11 104 124 61
Binary 11001100 11100111 10100 1100 0 1011011 1001 1000100 1010100 110001

Color Harmonies of #CCE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE714

Black with #CCE714

Text Example


Text Example

White with #CCE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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