Html Css Color HEX #CCF02E Pear

📋 copy color: '#CCF02E'

red 204 ◦ green 240 ◦ blue 46

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

Shades of Pear #CCF02E

Tints of Pear #CCF02E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 46 (18.36% from 255) = 9.39%

R = 41.63%
G = 48.98%
B = 9.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#CCF02E (or 0xCCF02E) is known color: Pear. HEX triplet: CC, F0 and 2E. RGB value is (204,240,46). Sum of RGB (Red+Green+Blue) = 204+240+46=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF02E is #330FD1. Grayscale: #CFCFCF. Windows color (decimal): -3346386 or 3076300. OLE color: 3076300.

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

Color convert

RGB 204 240 46 -
CMYK 0.15 0 0.81 0.06
HSL 71.13º 0.87% 0.56% -
HSV(B) 71.13º 0.81% 0.94% -
XYZ 56.56 75.35 14.15 -
YUV 207.12 37.07 125.77 -
System Red Green Blue C M Y K H S L
Decimal 204 240 46 0.15 0 0.81 0.06 71.13 0.87 0.56
Hex CC F0 2E F 0 51 6 47 57 38
Octal 314 360 56 17 0 121 6 107 127 70
Binary 11001100 11110000 101110 1111 0 1010001 110 1000111 1010111 111000

Color Harmonies of #CCF02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF02E

Black with #CCF02E

Text Example


Text Example

White with #CCF02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF02E; }

 p { color: rgb(204,240,46); }

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

background-color css

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

 a { background-color: rgb(204,240,46); }

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

border-color css

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

 span { border-color: rgb(204,240,46); }

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