Html Css Color HEX #CCF725 Pear

📋 copy color: '#CCF725'

red 204 ◦ green 247 ◦ blue 37

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

Shades of Pear #CCF725

Tints of Pear #CCF725

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.61%

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

R = 41.8%
G = 50.61%
B = 7.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#CCF725 (or 0xCCF725) is known color: Pear. HEX triplet: CC, F7 and 25. RGB value is (204,247,37). Sum of RGB (Red+Green+Blue) = 204+247+37=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF725 is #3308DA. Grayscale: #D2D2D2. Windows color (decimal): -3344603 or 2488268. OLE color: 2488268.

HSL color Cylindrical-coordinate representation of color #CCF725: hue angle of 72.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF725 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 37 -
CMYK 0.17 0 0.85 0.03
HSL 72.29º 0.93% 0.56% -
HSV(B) 72.29º 0.85% 0.97% -
XYZ 58.5 79.49 14.01 -
YUV 210.2 30.25 123.58 -
System Red Green Blue C M Y K H S L
Decimal 204 247 37 0.17 0 0.85 0.03 72.29 0.93 0.56
Hex CC F7 25 11 0 55 3 48 5D 38
Octal 314 367 45 21 0 125 3 110 135 70
Binary 11001100 11110111 100101 10001 0 1010101 11 1001000 1011101 111000

Color Harmonies of #CCF725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF725

Black with #CCF725

Text Example


Text Example

White with #CCF725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF725; }

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

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

background-color css

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

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

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

border-color css

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

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

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