Html Css Color HEX #CCF23A Pear

📋 copy color: '#CCF23A'

red 204 ◦ green 242 ◦ blue 58

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

Shades of Pear #CCF23A

Tints of Pear #CCF23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.51%

R = 40.48%
G = 48.02%
B = 11.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#CCF23A (or 0xCCF23A) is known color: Pear. HEX triplet: CC, F2 and 3A. RGB value is (204,242,58). Sum of RGB (Red+Green+Blue) = 204+242+58=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF23A is #330DC5. Grayscale: #D2D2D2. Windows color (decimal): -3345862 or 3863244. OLE color: 3863244.

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

Color convert

RGB 204 242 58 -
CMYK 0.16 0 0.76 0.05
HSL 72.39º 0.88% 0.59% -
HSV(B) 72.39º 0.76% 0.95% -
XYZ 57.42 76.65 15.77 -
YUV 209.66 42.41 123.96 -
System Red Green Blue C M Y K H S L
Decimal 204 242 58 0.16 0 0.76 0.05 72.39 0.88 0.59
Hex CC F2 3A 10 0 4C 5 48 58 3B
Octal 314 362 72 20 0 114 5 110 130 73
Binary 11001100 11110010 111010 10000 0 1001100 101 1001000 1011000 111011

Color Harmonies of #CCF23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF23A

Black with #CCF23A

Text Example


Text Example

White with #CCF23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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