Html Css Color HEX #CCF31E Pear

📋 copy color: '#CCF31E'

red 204 ◦ green 243 ◦ blue 30

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

Shades of Pear #CCF31E

Tints of Pear #CCF31E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.94%

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

R = 42.77%
G = 50.94%
B = 6.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CCF31E (or 0xCCF31E) is known color: Pear. HEX triplet: CC, F3 and 1E. RGB value is (204,243,30). Sum of RGB (Red+Green+Blue) = 204+243+30=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF31E is #330CE1. Grayscale: #CFCFCF. Windows color (decimal): -3345634 or 2028492. OLE color: 2028492.

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

Color convert

RGB 204 243 30 -
CMYK 0.16 0 0.88 0.05
HSL 70.99º 0.9% 0.54% -
HSV(B) 70.99º 0.88% 0.95% -
XYZ 57.19 77.03 13.08 -
YUV 207.06 28.08 125.82 -
System Red Green Blue C M Y K H S L
Decimal 204 243 30 0.16 0 0.88 0.05 70.99 0.9 0.54
Hex CC F3 1E 10 0 58 5 47 5A 36
Octal 314 363 36 20 0 130 5 107 132 66
Binary 11001100 11110011 11110 10000 0 1011000 101 1000111 1011010 110110

Color Harmonies of #CCF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF31E

Black with #CCF31E

Text Example


Text Example

White with #CCF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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