Html Css Color HEX #CCF625 Pear

📋 copy color: '#CCF625'

red 204 ◦ green 246 ◦ blue 37

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

Shades of Pear #CCF625

Tints of Pear #CCF625

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.51%

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

R = 41.89%
G = 50.51%
B = 7.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#CCF625 (or 0xCCF625) is known color: Pear. HEX triplet: CC, F6 and 25. RGB value is (204,246,37). Sum of RGB (Red+Green+Blue) = 204+246+37=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF625 is #3309DA. Grayscale: #D2D2D2. Windows color (decimal): -3344859 or 2488012. OLE color: 2488012.

HSL color Cylindrical-coordinate representation of color #CCF625: hue angle of 72.06º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF625 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 37 -
CMYK 0.17 0 0.85 0.04
HSL 72.06º 0.92% 0.55% -
HSV(B) 72.06º 0.85% 0.96% -
XYZ 58.19 78.88 13.91 -
YUV 209.62 30.59 123.99 -
System Red Green Blue C M Y K H S L
Decimal 204 246 37 0.17 0 0.85 0.04 72.06 0.92 0.55
Hex CC F6 25 11 0 55 4 48 5C 37
Octal 314 366 45 21 0 125 4 110 134 67
Binary 11001100 11110110 100101 10001 0 1010101 100 1001000 1011100 110111

Color Harmonies of #CCF625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF625

Black with #CCF625

Text Example


Text Example

White with #CCF625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF625; }

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

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

background-color css

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

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

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

border-color css

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

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

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