Html Css Color HEX #CCF03D Pear

📋 copy color: '#CCF03D'

red 204 ◦ green 240 ◦ blue 61

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

Shades of Pear #CCF03D

Tints of Pear #CCF03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.08%

R = 40.4%
G = 47.52%
B = 12.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#CCF03D (or 0xCCF03D) is known color: Pear. HEX triplet: CC, F0 and 3D. RGB value is (204,240,61). Sum of RGB (Red+Green+Blue) = 204+240+61=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF03D is #330FC2. Grayscale: #D1D1D1. Windows color (decimal): -3346371 or 4059340. OLE color: 4059340.

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

Color convert

RGB 204 240 61 -
CMYK 0.15 0 0.75 0.06
HSL 72.07º 0.86% 0.59% -
HSV(B) 72.07º 0.75% 0.94% -
XYZ 56.9 75.49 15.99 -
YUV 208.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 204 240 61 0.15 0 0.75 0.06 72.07 0.86 0.59
Hex CC F0 3D F 0 4B 6 48 56 3B
Octal 314 360 75 17 0 113 6 110 126 73
Binary 11001100 11110000 111101 1111 0 1001011 110 1001000 1010110 111011

Color Harmonies of #CCF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF03D

Black with #CCF03D

Text Example


Text Example

White with #CCF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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