Html Css Color HEX #CCF11E Pear

📋 copy color: '#CCF11E'

red 204 ◦ green 241 ◦ blue 30

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

Shades of Pear #CCF11E

Tints of Pear #CCF11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.74%

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

R = 42.95%
G = 50.74%
B = 6.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CCF11E (or 0xCCF11E) is known color: Pear. HEX triplet: CC, F1 and 1E. RGB value is (204,241,30). Sum of RGB (Red+Green+Blue) = 204+241+30=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF11E is #330EE1. Grayscale: #CECECE. Windows color (decimal): -3346146 or 2027980. OLE color: 2027980.

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

Color convert

RGB 204 241 30 -
CMYK 0.15 0 0.88 0.05
HSL 70.52º 0.88% 0.53% -
HSV(B) 70.52º 0.88% 0.95% -
XYZ 56.59 75.84 12.88 -
YUV 205.88 28.74 126.66 -
System Red Green Blue C M Y K H S L
Decimal 204 241 30 0.15 0 0.88 0.05 70.52 0.88 0.53
Hex CC F1 1E F 0 58 5 47 58 35
Octal 314 361 36 17 0 130 5 107 130 65
Binary 11001100 11110001 11110 1111 0 1011000 101 1000111 1011000 110101

Color Harmonies of #CCF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF11E

Black with #CCF11E

Text Example


Text Example

White with #CCF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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