Html Css Color HEX #CCF23D Pear

📋 copy color: '#CCF23D'

red 204 ◦ green 242 ◦ blue 61

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

Shades of Pear #CCF23D

Tints of Pear #CCF23D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

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

R = 40.24%
G = 47.73%
B = 12.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#CCF23D (or 0xCCF23D) is known color: Pear. HEX triplet: CC, F2 and 3D. RGB value is (204,242,61). Sum of RGB (Red+Green+Blue) = 204+242+61=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF23D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF23D is #330DC2. Grayscale: #D2D2D2. Windows color (decimal): -3345859 or 4059852. OLE color: 4059852.

HSL color Cylindrical-coordinate representation of color #CCF23D: hue angle of 72.6º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF23D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 61 -
CMYK 0.16 0 0.75 0.05
HSL 72.6º 0.87% 0.59% -
HSV(B) 72.6º 0.75% 0.95% -
XYZ 57.5 76.68 16.18 -
YUV 210 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 204 242 61 0.16 0 0.75 0.05 72.6 0.87 0.59
Hex CC F2 3D 10 0 4B 5 49 57 3B
Octal 314 362 75 20 0 113 5 111 127 73
Binary 11001100 11110010 111101 10000 0 1001011 101 1001001 1010111 111011

Color Harmonies of #CCF23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF23D

Black with #CCF23D

Text Example


Text Example

White with #CCF23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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