Html Css Color HEX #CCEF1E Pear

📋 copy color: '#CCEF1E'

red 204 ◦ green 239 ◦ blue 30

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

Shades of Pear #CCEF1E

Tints of Pear #CCEF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.53%

 BLUE value IS 30 (12.11% from 255) = 6.34%

R = 43.13%
G = 50.53%
B = 6.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#CCEF1E (or 0xCCEF1E) is known color: Pear. HEX triplet: CC, EF and 1E. RGB value is (204,239,30). Sum of RGB (Red+Green+Blue) = 204+239+30=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF1E is #3310E1. Grayscale: #CDCDCD. Windows color (decimal): -3346658 or 2027468. OLE color: 2027468.

HSL color Cylindrical-coordinate representation of color #CCEF1E: hue angle of 70.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCEF1E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 30 -
CMYK 0.15 0 0.87 0.06
HSL 70.05º 0.87% 0.53% -
HSV(B) 70.05º 0.87% 0.94% -
XYZ 56 74.66 12.69 -
YUV 204.71 29.4 127.49 -
System Red Green Blue C M Y K H S L
Decimal 204 239 30 0.15 0 0.87 0.06 70.05 0.87 0.53
Hex CC EF 1E F 0 57 6 46 57 35
Octal 314 357 36 17 0 127 6 106 127 65
Binary 11001100 11101111 11110 1111 0 1010111 110 1000110 1010111 110101

Color Harmonies of #CCEF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF1E

Black with #CCEF1E

Text Example


Text Example

White with #CCEF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF1E; }

 p { color: rgb(204,239,30); }

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

background-color css

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

 a { background-color: rgb(204,239,30); }

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

border-color css

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

 span { border-color: rgb(204,239,30); }

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