Html Css Color HEX #CCF025 Pear

📋 copy color: '#CCF025'

red 204 ◦ green 240 ◦ blue 37

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

Shades of Pear #CCF025

Tints of Pear #CCF025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 42.41%
G = 49.9%
B = 7.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#CCF025 (or 0xCCF025) is known color: Pear. HEX triplet: CC, F0 and 25. RGB value is (204,240,37). Sum of RGB (Red+Green+Blue) = 204+240+37=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF025 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF025 is #330FDA. Grayscale: #CECECE. Windows color (decimal): -3346395 or 2486476. OLE color: 2486476.

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

Color convert

RGB 204 240 37 -
CMYK 0.15 0 0.85 0.06
HSL 70.64º 0.87% 0.54% -
HSV(B) 70.64º 0.85% 0.94% -
XYZ 56.4 75.29 13.31 -
YUV 206.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 204 240 37 0.15 0 0.85 0.06 70.64 0.87 0.54
Hex CC F0 25 F 0 55 6 47 57 36
Octal 314 360 45 17 0 125 6 107 127 66
Binary 11001100 11110000 100101 1111 0 1010101 110 1000111 1010111 110110

Color Harmonies of #CCF025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF025

Black with #CCF025

Text Example


Text Example

White with #CCF025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF025; }

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

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

background-color css

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

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

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

border-color css

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

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

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