Html Css Color HEX #CCF534 Pear

📋 copy color: '#CCF534'

red 204 ◦ green 245 ◦ blue 52

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

Shades of Pear #CCF534

Tints of Pear #CCF534

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.9%

 BLUE value IS 52 (20.7% from 255) = 10.38%

R = 40.72%
G = 48.9%
B = 10.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#CCF534 (or 0xCCF534) is known color: Pear. HEX triplet: CC, F5 and 34. RGB value is (204,245,52). Sum of RGB (Red+Green+Blue) = 204+245+52=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF534 is #330ACB. Grayscale: #D3D3D3. Windows color (decimal): -3345100 or 3470796. OLE color: 3470796.

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

Color convert

RGB 204 245 52 -
CMYK 0.17 0 0.79 0.04
HSL 72.75º 0.91% 0.58% -
HSV(B) 72.75º 0.79% 0.96% -
XYZ 58.17 78.39 15.31 -
YUV 210.74 38.42 123.19 -
System Red Green Blue C M Y K H S L
Decimal 204 245 52 0.17 0 0.79 0.04 72.75 0.91 0.58
Hex CC F5 34 11 0 4F 4 49 5B 3A
Octal 314 365 64 21 0 117 4 111 133 72
Binary 11001100 11110101 110100 10001 0 1001111 100 1001001 1011011 111010

Color Harmonies of #CCF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF534

Black with #CCF534

Text Example


Text Example

White with #CCF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF534; }

 p { color: rgb(204,245,52); }

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

background-color css

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

 a { background-color: rgb(204,245,52); }

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

border-color css

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

 span { border-color: rgb(204,245,52); }

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