Html Css Color HEX #CCF61E Pear

📋 copy color: '#CCF61E'

red 204 ◦ green 246 ◦ blue 30

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

Shades of Pear #CCF61E

Tints of Pear #CCF61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.25%

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

R = 42.5%
G = 51.25%
B = 6.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#CCF61E (or 0xCCF61E) is known color: Pear. HEX triplet: CC, F6 and 1E. RGB value is (204,246,30). Sum of RGB (Red+Green+Blue) = 204+246+30=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF61E is #3309E1. Grayscale: #D1D1D1. Windows color (decimal): -3344866 or 2029260. OLE color: 2029260.

HSL color Cylindrical-coordinate representation of color #CCF61E: hue angle of 71.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF61E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 30 -
CMYK 0.17 0 0.88 0.04
HSL 71.67º 0.92% 0.54% -
HSV(B) 71.67º 0.88% 0.96% -
XYZ 58.09 78.84 13.38 -
YUV 208.82 27.09 124.56 -
System Red Green Blue C M Y K H S L
Decimal 204 246 30 0.17 0 0.88 0.04 71.67 0.92 0.54
Hex CC F6 1E 11 0 58 4 48 5C 36
Octal 314 366 36 21 0 130 4 110 134 66
Binary 11001100 11110110 11110 10001 0 1011000 100 1001000 1011100 110110

Color Harmonies of #CCF61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF61E

Black with #CCF61E

Text Example


Text Example

White with #CCF61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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