Html Css Color HEX #CAF968 Mindaro

📋 copy color: '#CAF968'

red 202 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #CAF968

Tints of Mindaro #CAF968

RGB

 RED value IS 202 (79.3% from 255) = 36.4%

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 104 (41.02% from 255) = 18.74%

R = 36.4%
G = 44.86%
B = 18.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#CAF968 (or 0xCAF968) is known color: Mindaro. HEX triplet: CA, F9 and 68. RGB value is (202,249,104). Sum of RGB (Red+Green+Blue) = 202+249+104=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF968 is #350697. Grayscale: #DADADA. Windows color (decimal): -3475096 or 6879690. OLE color: 6879690.

HSL color Cylindrical-coordinate representation of color #CAF968: hue angle of 79.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF968 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 104 -
CMYK 0.19 0 0.58 0.02
HSL 79.45º 0.92% 0.69% -
HSV(B) 79.45º 0.58% 0.98% -
XYZ 60.73 81.31 25.59 -
YUV 218.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 202 249 104 0.19 0 0.58 0.02 79.45 0.92 0.69
Hex CA F9 68 13 0 3A 2 4F 5C 45
Octal 312 371 150 23 0 72 2 117 134 105
Binary 11001010 11111001 1101000 10011 0 111010 10 1001111 1011100 1000101

Color Harmonies of #CAF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF968

Black with #CAF968

Text Example


Text Example

White with #CAF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF968; }

 p { color: rgb(202,249,104); }

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

background-color css

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

 a { background-color: rgb(202,249,104); }

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

border-color css

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

 span { border-color: rgb(202,249,104); }

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