Html Css Color HEX #CFE768 Mindaro

📋 copy color: '#CFE768'

red 207 ◦ green 231 ◦ blue 104

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

Shades of Mindaro #CFE768

Tints of Mindaro #CFE768

RGB

 RED value IS 207 (81.25% from 255) = 38.19%

 GREEN value IS 231 (90.63% from 255) = 42.62%

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

R = 38.19%
G = 42.62%
B = 19.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CFE768 (or 0xCFE768) is known color: Mindaro. HEX triplet: CF, E7 and 68. RGB value is (207,231,104). Sum of RGB (Red+Green+Blue) = 207+231+104=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE768 is #301897. Grayscale: #D1D1D1. Windows color (decimal): -3152024 or 6875087. OLE color: 6875087.

HSL color Cylindrical-coordinate representation of color #CFE768: hue angle of 71.34º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE768 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 104 -
CMYK 0.10 0 0.55 0.09
HSL 71.34º 0.73% 0.66% -
HSV(B) 71.34º 0.55% 0.91% -
XYZ 56.81 71.42 23.89 -
YUV 209.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 207 231 104 0.10 0 0.55 0.09 71.34 0.73 0.66
Hex CF E7 68 A 0 37 9 47 49 42
Octal 317 347 150 12 0 67 11 107 111 102
Binary 11001111 11100111 1101000 1010 0 110111 1001 1000111 1001001 1000010

Color Harmonies of #CFE768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE768

Black with #CFE768

Text Example


Text Example

White with #CFE768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE768; }

 p { color: rgb(207,231,104); }

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

background-color css

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

 a { background-color: rgb(207,231,104); }

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

border-color css

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

 span { border-color: rgb(207,231,104); }

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