Html Css Color HEX #CCF123 Pear

📋 copy color: '#CCF123'

red 204 ◦ green 241 ◦ blue 35

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

Shades of Pear #CCF123

Tints of Pear #CCF123

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.21%

 BLUE value IS 35 (14.06% from 255) = 7.29%

R = 42.5%
G = 50.21%
B = 7.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#CCF123 (or 0xCCF123) is known color: Pear. HEX triplet: CC, F1 and 23. RGB value is (204,241,35). Sum of RGB (Red+Green+Blue) = 204+241+35=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 35 (14.06% from 255 or 7.29% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF123 is #330EDC. Grayscale: #CFCFCF. Windows color (decimal): -3346141 or 2355660. OLE color: 2355660.

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

Color convert

RGB 204 241 35 -
CMYK 0.15 0 0.85 0.05
HSL 70.78º 0.88% 0.54% -
HSV(B) 70.78º 0.85% 0.95% -
XYZ 56.66 75.87 13.25 -
YUV 206.45 31.24 126.25 -
System Red Green Blue C M Y K H S L
Decimal 204 241 35 0.15 0 0.85 0.05 70.78 0.88 0.54
Hex CC F1 23 F 0 55 5 47 58 36
Octal 314 361 43 17 0 125 5 107 130 66
Binary 11001100 11110001 100011 1111 0 1010101 101 1000111 1011000 110110

Color Harmonies of #CCF123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF123

Black with #CCF123

Text Example


Text Example

White with #CCF123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF123; }

 p { color: rgb(204,241,35); }

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

background-color css

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

 a { background-color: rgb(204,241,35); }

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

border-color css

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

 span { border-color: rgb(204,241,35); }

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