Html Css Color HEX #CCF027 Pear

📋 copy color: '#CCF027'

red 204 ◦ green 240 ◦ blue 39

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

Shades of Pear #CCF027

Tints of Pear #CCF027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.07%

R = 42.24%
G = 49.69%
B = 8.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#CCF027 (or 0xCCF027) is known color: Pear. HEX triplet: CC, F0 and 27. RGB value is (204,240,39). Sum of RGB (Red+Green+Blue) = 204+240+39=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF027 is #330FD8. Grayscale: #CFCFCF. Windows color (decimal): -3346393 or 2617548. OLE color: 2617548.

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

Color convert

RGB 204 240 39 -
CMYK 0.15 0 0.84 0.06
HSL 70.75º 0.87% 0.55% -
HSV(B) 70.75º 0.84% 0.94% -
XYZ 56.43 75.3 13.48 -
YUV 206.32 33.57 126.34 -
System Red Green Blue C M Y K H S L
Decimal 204 240 39 0.15 0 0.84 0.06 70.75 0.87 0.55
Hex CC F0 27 F 0 54 6 47 57 37
Octal 314 360 47 17 0 124 6 107 127 67
Binary 11001100 11110000 100111 1111 0 1010100 110 1000111 1010111 110111

Color Harmonies of #CCF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF027

Black with #CCF027

Text Example


Text Example

White with #CCF027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF027; }

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

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

background-color css

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

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

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

border-color css

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

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

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